- Idea behind simple logistic regression
- Calculation by glm in R
- Calculation by scikit-learn in Python
- The neural network design for logistic regression
- A few general description
- Barehand calculations in Python
- Build the same by using the PyTorch
- Build the same model by using the TensorFlow
- Build the same model by using C++ LibTorch